
/*
 * Full-page application style
 */
@import "fonts.css";

*{
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}



body.application {
  background: #f2f2f2;
  padding: 80px 20px 0;
}
body.application > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
body.application div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
body.application div[class^="col-"] div[class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

body.application hr {
  border-color: #d7d7d7;
  margin: 10px 0;
}


.navbar-inverse {
  background-color: #3d4a57;
  border-color: #333;
}
.navbar-inverse .navbar-nav > li > a,
.navbar .navbar-brand {
  color: #fbfbfb;
  text-decoration: none;
}

.main-nav > li > a:hover {
  border-bottom: 2px solid transparent;
  -webkit-transition: border 300ms ease;
  -o-transition: border 300ms ease;
  transition: border 300ms ease;
  border-bottom-color: white;
}

.return-link, .return-link:focus, .return-link:hover {
  text-decoration: none;
}

.chart-wrapper {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  margin-bottom: 10px;
}
.chart-wrapper .chart-title {
  border-bottom: 1px solid #d7d7d7;
  color: #666;
  font-size: 14px;
  font-weight: 200;
  padding: 7px 10px 4px;
}

.chart-wrapper .chart-stage {
  /*min-height: 240px;*/
  overflow: hidden;
  padding: 5px 10px;
  position: relative;
}

.chart-wrapper .chart-notes {
  background: #fbfbfb;
  border-top: 1px solid #e2e2e2;
  color: #808080;
  font-size: 12px;
  padding: 8px 10px 5px;
}

.navbar{
  height: 70px;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0,0,0,.2);
}

.navbar .container-fluid{
  height: 100%;
  position: relative;
}

.navbar .navbar-header{
  height: 100%;
  width: 100%;
  position: relative;
}

.navbar h1{
  position: absolute;
  text-indent: -9999px;
}

.navbar .navbar-brand{
  height: 60px;
  position: absolute;
  top: 5px;
  left: 5px;
}

.navbar .navbar-brand img{
  height: 100%;
  width: auto;
}

.dcri{
  position: absolute;
  height: 60px;
  width: auto;
  right: 5px;
  top: 5px;
}

/* Twitter Typeahead */

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-dropdown-menu {
  width: 422px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.twitter-typeahead {
    width: 100%;
    position: relative;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
    width:100%;
    height: 34px;
    position: absolute;
    top:0;
    left:0;
}

/* Labels */

.label-draft {
  background-color: #999999;
}
.label-sent {
  background-color: #3A87AD;
}
/*.label-viewed {
  background-color: #F89406;
}*/
.label-paid {
  background-color: #468847;
}
.label-approved {
  background-color: #468847;
}
.label-rejected, .label-overdue {
  background-color: #B94A48;
}
.label-canceled {
  background-color: #333333;
}

.form-box .header {
    background: none repeat scroll 0 0 #fff;
}

.skin-blue .navbar .dropdown-menu > li > a:hover {
  color: #fff;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

#item-table tr.item {cursor: move; }

.small-box h3 {
    font-size: 32px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #ffffff;
    }
}

.equal, .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.pull-right .dropdown-menu:after {
    left: auto;
    right: 13px;
}
.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}

#tbody td,
#tbody_signal td{
  cursor: pointer;
}

.signal{
  overflow-y: auto !important;
  max-height: 300px;
}

#tbody_signal td{
  background: #f20000;
  color: #fff;
}

#tbody_signal>tr:nth-child(odd)>td{
  background: #db0606;
}

.transition{
  transition:all ease 0.4s;
  -o-transition:all ease 0.4s;
  -ms-transition:all ease 0.4s;
  -moz-transition:all ease 0.4s;
  -webkit-transition:all ease 0.4s;
}

.pop{
  position: fixed;
  top: -100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(0,0,0,0.85 );
  color: #fefefe;
  z-index: 1030;
}

.pop h3{
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.9;
}

.pop h4{
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 0.9;
}

.pop a{
  color: #cecece;
}

.pop .bton{
  display: inline-block;
  font-size: 20px;
  line-height: 1.4;
  padding: 0 10px; 
  margin: 0 5px;
  border: 2px solid;
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.pop .actions{
  text-align: center;
  display: block;
  width: 100%;
}



.pop p{
  text-align: center;
}

.pop .toclose{
  color: #ccc;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.pop.visible{
  top:0;
}
